home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
modelers
/
geomview
/
source.lha
/
Geomview
/
src
/
lib
/
gprim
/
sphere
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1993-02-10
|
281 b
|
11 lines
GEOM = ../../../..
include ${GEOM}/makefiles/Makedefs.global
include Makedefs
include ${GEOM}/makefiles/Makerules.src
test.o: test.c
${CC} ${CFLAGS} -c -o test.o test.c
test: test.o all
${CC} ${CFLAGS} -o test test.o -L${GEOM}/lib/${MACHTYPE} -lpointlist ${ALLOOGLLIBS} -lm